Learn R Programming

ScottKnottESD (version 2.0.3)

"check.ANOVA.assumptions": Check basic ANOVA assumptions

Description

Check the normality assumption of the input dataset using the Kolmogorov-Smirnov Test and the homogeneity of variances assumption of the input dataset using the Levene's test.

Usage

check.ANOVA.assumptions(x, alpha = 0.05, ...)

Arguments

x

A wide-format data frame.

alpha

The significance level.

...

Optional parameters.

Value

A wide-format data frame.

Examples

Run this code
# NOT RUN {
check.ANOVA.assumptions(example)

# }

Run the code above in your browser using DataLab